type runtime.notInHeapSlice

9 uses

	runtime (current package)
		malloc.go#L771: 			*(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
		mheap.go#L513: 		*(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
		mpagealloc_64bit.go#L82: 		sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
		mranges.go#L167: 	ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L294: 			ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L364: 		ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
		slice.go#L22: type notInHeapSlice struct {